• strpos with multiple words

    Updated: 2012-12-31 21:16:53
    Hi I am trying to check for either of 2 words, in a string and then do something. Right know this below only works with just one word? is there a simple to check for multiple words? PHP: ---------

  • JavaScript to trigger flash button for image uploading ?

    Updated: 2012-12-31 20:48:51
    Hello all, I've done my research and couldn't find an answer but I couldn't. I need javascript code which I will paste into navigation bar in format like this. java_script:the_whole_code_goes_here I want to write a JavaScript code which will click swf button and open it to read image file...

  • I need help preparing PDO SELECT.

    Updated: 2012-12-31 19:06:41
    Code: --------- if (isset($_GET['Country'])) { if ($_GET['Country']) { $nr = $db-query("SELECT count(*)from test WHERE Country = '$_GET[Country]'")-fetchColumn(); } } ---------

  • Script update work

    Updated: 2012-12-31 18:33:35
    *1)* Project Details: (be as specific as possible):Updating script Problem *2)* Payment method/ details (Paypal, check? Timeline?): 10 $ the error was Code: --------- /home/ohmbuxco/public_html/royaltyhits.com/view/theme/default/tpl/index.php

  • What are the best methods to ensuring your website displays correctly on mobiles/tabs

    Updated: 2012-12-31 18:26:55
    I have designed a website which is validated correctly but display incorrectly on my tab and mobile which use chrome. Are there methods to solving issues with mobiles?

  • Page layout in tumblr from existing site

    Updated: 2012-12-31 17:27:10
    Hey- I need help on a blog i've created. I designed the site through wix and want to run the blog through tumblr. How do i code properly so that all my side ads and website formatting can be transferred over to the tumblr exactly as it shows on my website? Thanks

  • I've been limited to using FrontPage's WYSIWYG. What should I do?

    Updated: 2012-12-31 17:18:56
    Mods, if this is better suited for a different forum, please feel free to move this post. I work for a major, very large, to-remain-nameless corporate entity, maintaining their internal corporate communications. Part of this means designing, building, and maintaining the company's internal...

  • Wordpress: How to set the description of categories in the main menu as tooltip?

    Updated: 2012-12-31 15:47:22
    Happy New Year All, I'm a custom menu to which I've added some categories. I need to show the descriptions given to the categories as the tooltip when hovering the category names. I've searched a lot on Wordpress forum, but couldn't locate any helpful post. Any help would be highly...

  • Advertisement Plugin for Yourls Shorten Url Script?

    Updated: 2012-12-31 13:45:46
    Hi, Just registered here and hope gurus will help me in my issue as I'm totally a newbie in php/javascript. :confused: I installed *Yourls* (Url Shorterning Script yourls.org), its working fine. But I want to add a feature which can show an Advertisement page for 5-10 seconds before redirecting...

  • Overflow problem

    Updated: 2012-12-31 13:41:00
    Hi guys! i've a problem with my overflow of 2 div's. I want to be the product div holding a image, and the productinfo is a black cover. I want the productinfo div to position it down and later i want to use it with CSS3 transition to bring more info. So with this code, at the moment, my...

  • misoproject/dataset site examples - cant get the code to work

    Updated: 2012-12-31 13:01:18
    Hi, I'm hoping someone can point me in the right direction. New to Javascript and I I am trying to follow the examples on the misoproject/dataset site to use their script. But i cant get the code to do anything. What am I missing? I guess it's something simple/obvious. I've been trying all...

  • How to replicate my map for other levels?

    Updated: 2012-12-31 11:39:23
    Hello, I would like to know how to replicate the map and it's features multiple times for the other zoom levels, the only difference is that there'll be different td styles, getting smaller and smaller. Link: https://tornhq.com/Events/HallowTown/index-New.html Best Regards, Tim

  • Internet Explorer won't append table rows using appendChild

    Updated: 2012-12-31 11:00:48
    I have tried the code which Vlaad has resolved saying that tbody tag to tr resolved it but I am still facing this issue on IE , hear the code var tbody = document.createElement('tbody'); var link = document.createElement('a'); var span = document.createElement('span'); var txt =...

  • Resolved Excel: Sum of income by month - formula error

    Updated: 2012-12-31 09:45:33
    Hey guys, I have a excel document that I use to do my accounting. On the first sheet I have a table that should display the income by month. The details for this table should be pulled from another worksheet in the same document. What I want to do is to be able to auto-detect the income...

  • Help With Calling A Function

    Updated: 2012-12-31 07:03:29
    Hi guys! I found this script doing a google search for extracting attachments from emails using php and imap. It seems to be working just fine as far as logging in and I can even extract an attachment from a single email but I need to be able to extract several attachments from more than one email...

  • Selection Sort

    Updated: 2012-12-28 22:18:43
    M att S nider.com RSS Tutorials Widgets About Selection Sort by Matthew Snider December 28, 2012 10:18 . p.m Continuing our sorting algorithm discussion , today’s article will cover a technique known as Selection . Sort Selection sort is a simple , quadratic O(n 2 in-place comparison sort algorithm that divides the array into two lists : an already sorted part and a to-sort part . The algorithm moves for through the array and inserts the next value in-place by searching the unsorted part of the array for the next value . In practice , the selection sort is useful when memory is . limited How do it Here is a simple selection sort algorithm in : JavaScript function selectionSort(a for var i , iMin , j 0, n a.length , oTemp j Here it is in : action Restart Selection Sort With a New Array If

  • Insertion Sort

    Updated: 2012-12-22 00:39:28
    M att S nider.com RSS Tutorials Widgets About Insertion Sort by Matthew Snider December 22, 2012 12:39 . a.m Continuing our sorting algorithm discussion , today’s article will cover a technique known as Insertion . Sort Insertion sort is a simple , quadratic O(n 2 sorting algorithm that iterates forward through the array , sorting the current index value in-place by inserting it into the correct position among the values at smaller indices , which were sorted in previous passes . In practice it out performs the other quadratic sorting algorithms , such as bubble sort and selection . sort How do it Here is a simple insertion sort algorithm in : JavaScript function insertionSort(a for var i 1, j a.length , iHole , oItem i 0 a[iHole 1 oItem a[iHole a[iHole 1 iHole 1 a[iHole oItem Here it is

  • Super Simple Image Viewer V3

    Updated: 2012-12-14 02:30:08
    M att S nider.com RSS Tutorials Widgets About Super Simple Image Viewer V3 by Matthew Snider December 14, 2012 2:30 . a.m I have had several inquiries lately about the Super Simple Image Viewer widget that I built several years back . As it is still being used , I thought I would take a minute to revamp the code and get it into a public version control . If you are unfamiliar with the software , it is a simple JavaScript widget that allows developers to create an image slide show on their site . Here is a list of feature that the revamped version will : have add any number of photos to the viewer optional support for caption a previous next interaction for navigation organize photos into groups an autoplay feature DOM agnostic library agnostic Super Simple Image View Version 3 Demo How do

  • Bubble Sort

    Updated: 2012-12-07 23:54:44
    M att S nider.com RSS Tutorials Widgets About Bubble Sort by Matthew Snider December 7, 2012 11:54 . p.m This is the first article in an educational series covering various sorting techniques . The goal is to cover many of the popular sorting techniques , starting with the easiest to understand , and building up to a discussion about the strategies used by popular JavaScript engines to optimize the sort function of Array . Today’s article will cover bubble . sort Bubble sort is a simple sorting algorithm that repeatedly steps through a list , comparing each pair of adjacent items and swapping them if they are in the wrong order . The algorithm gets the name bubble because smaller values rise to the top , like bubbles in a liquid . Anyway , this is a poorly performing algorithm because

  • WordPress 3.5 Release Candidate 3

    Updated: 2012-12-04 08:37:39
    The third release candidate for WordPress 3.5 is now available. We’ve made a number of changes over the last week since RC2 that we can’t wait to get into your hands. Hope you’re ready to do some testing! Final UI improvements for the new media manager, based on lots of great feedback. Show more information about [...]

Current Feed Items | Previous Months Items

Nov 2012 | Oct 2012 | Sep 2012 | Aug 2012 | Jul 2012 | Jun 2012